home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / dv-phonetic.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  109 lines

  1. ;; dv-phonetic.mim -- Dhivehi phonetic keyboard layout
  2. ;; Copyright (C) 2004, 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. (input-method dv phonetic)
  25.  
  26. (description "Dhivehi input method simulating the Dhivehi phonetic keyboard.
  27. The layout is approved by the Molvidian Ministry of
  28. Communication, Science and Technology.
  29.   <http://www.mcst.gov.mv/News_and_Events/xpfonts.htm>
  30. ")
  31.  
  32. (title "dv-ph")
  33.  
  34. (map
  35.  (generic
  36.   ("q" ?▐░)
  37.   ("w" ?▐ç)
  38.   ("e" ?▐¼)
  39.   ("r" ?▐â)
  40.   ("t" ?▐î)
  41.   ("y" ?▐ö)
  42.   ("u" ?▐¬)
  43.   ("i" ?▐¿)
  44.   ("o" ?▐«)
  45.   ("p" ?▐ò)
  46.   ("a" ?▐ª)
  47.   ("s" ?▐É)
  48.   ("d" ?▐ï)
  49.   ("f" ?▐è)
  50.   ("g" ?▐Ä)
  51.   ("h" ?▐Ç)
  52.   ("j" ?▐û)
  53.   ("k" ?▐å)
  54.   ("l" ?▐ì)
  55.   (";" ?╪¢)
  56.   ("z" ?▐Æ)
  57.   ("x" ?├ù)
  58.   ("c" ?▐ù)
  59.   ("v" ?▐ê)
  60.   ("b" ?▐ä)
  61.   ("n" ?▐é)
  62.   ("m" ?▐ë)
  63.   ("," ?╪î)
  64.  
  65.   ("Q" ?▐ñ)
  66.   ("W" ?▐ó)
  67.   ("E" ?▐¡)
  68.   ("R" ?▐£)
  69.   ("T" ?▐ô)
  70.   ("Y" ?▐á)
  71.   ("U" ?▐½)
  72.   ("I" ?▐⌐)
  73.   ("O" ?▐»)
  74.   ("P" ?├╖)
  75.   ("A" ?▐º)
  76.   ("S" ?▐ü)
  77.   ("D" ?▐æ)
  78.   ("F" ?∩╖▓)
  79.   ("G" ?▐ú)
  80.   ("H" ?▐Ö)
  81.   ("J" ?▐¢)
  82.   ("K" ?▐Ü)
  83.   ("L" ?▐à)
  84.   ("Z" ?▐í)
  85.   ("X" ?▐ÿ)
  86.   ("C" ?▐¥)
  87.   ("V" ?▐Ñ)
  88.   ("B" ?▐₧)
  89.   ("N" ?▐Å)
  90.   ("M" ?▐ƒ)
  91.   ("?" ?╪ƒ)
  92.  
  93.   ((A-v) ?ΓÇì)
  94.   ((A-b) ?ΓÇî)
  95.   ((A-n) ?ΓÇÄ)
  96.   ((A-m) ?ΓÇÅ)
  97.   ((A-\;) ?\;)
  98.   ((A-,) ?,)
  99.   ))
  100.  
  101. (state
  102.  (init
  103.   (generic)))
  104.  
  105. ;; Local Variables:
  106. ;; coding: utf-8
  107. ;; mode: lisp
  108. ;; End:
  109.